home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Template / c / UseSprite < prev   
Text File  |  1994-03-06  |  901b  |  26 lines

  1. /*
  2.     ####             #    #     # #
  3.     #   #            #    #       #          The FreeWare C library for 
  4.     #   #  ##   ###  #  # #     # ###             RISC OS machines
  5.     #   # #  # #     # #  #     # #  #   ___________________________________
  6.     #   # ####  ###  ##   #     # #  #                                      
  7.     #   # #        # # #  #     # #  #    Please refer to the accompanying
  8.     ####   ### ####  #  # ##### # ###    documentation for conditions of use
  9.     ________________________________________________________________________
  10.  
  11.     File:    Template.UseSprite.c
  12.     Author:  Copyright © 1994 Tim Browse
  13.     Version: 1.00 (02 Mar 1994)
  14.     Purpose: Set the sprite area to be used for patching window templates.
  15. */
  16.  
  17.  
  18. #include "TempDefs.h"
  19.  
  20. extern void Template_UseSpriteArea(sprite_area area)
  21. {
  22.   /* They don't come much simpler! */
  23.   __template_spritearea = area;
  24. }
  25.  
  26.